Papers with sequential sentence classification
Sequential Span Classification with Neural Semi-Markov CRFs for Biomedical Abstracts (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods for dividing biomedical abstracts into rhetorical segments assign a rhetorical label to each sentence while considering context in the abstract. |
| Approach: | They propose to use Neural Semi-Markov Conditional Random Fields to assign a rhetorical label to a span that consists of continuous sentences. |
| Outcome: | The proposed method achieved the best micro sentence-F1 score and the best macro span-F1. |
Hierarchical Neural Networks for Sequential Sentence Classification in Medical Scientific Abstracts (D18-1)
Copied to clipboard
| Challenge: | Existing sentences classification models often classify sentences in isolation without considering the context in which sentences appear. |
| Approach: | They propose a hierarchical sequential labeling network to make use of contextual information within surrounding sentences to help classify the current sentence. |
| Outcome: | The proposed model outperforms the state-of-the-art methods by 2%-3% on two benchmarking datasets for sequential sentence classification in medical scientific abstracts. |